home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February / PCWorld_2008-02_cd.bin / zabezpeceni / pctoolsantivirus / avinstall.exe / {app} / pol-avhelp.chm / fhhtmlpopups.js < prev    next >
Text File  |  2007-10-02  |  415b  |  14 lines

  1. // Entire contents copyright (C) 1999-2002, Work Write, Inc.
  2. // and KeyWorks Software. All rights reserved.
  3. // Contact: Cheryl Lockett Zubak at cheri@workwrite.com
  4.  
  5. var KeyPopup;   // KeyHelp.KeyPopup  ActiveX object
  6.  
  7. function DisplayHtmlPopup(URL,left,top,width)
  8. {
  9.   if (!KeyPopup)
  10.     KeyPopup = new ActiveXObject("KeyHelp.KeyPopup");
  11.   KeyPopup.Width = width;
  12.   KeyPopup.DisplayURL(URL,left,top);
  13. }
  14.